home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / basupd / catalog.txt < prev    next >
Text File  |  1994-11-03  |  13KB  |  284 lines

  1.                             Thomas G. Hanlin III
  2.                          3544 E. Southern Ave. #104
  3.                                Mesa, AZ 85204
  4.  
  5.  
  6. This catalog lists files that are included on my registered disk set, which is
  7. available through December 31, 1995. Until then, these items are available on
  8. three 1.44M disks for a total of $11.95 postpaid. After December 31, 1995, all
  9. mail will be returned, and there will be no further sales or service.
  10.  
  11. Foreign orders must be by international money order, traveler's check, cash,
  12. or otherwise payable directly through a U.S. bank.
  13.  
  14.  
  15. 2MON: Utilities for dual-monitor systems.
  16.  
  17.    Utilities include a clock TSR which runs on the mono display, a utility to
  18.    clear the mono display, and a TSR which remaps the PrintScreen key--
  19.    instead of going to the printer, it copies the color display to the mono
  20.    display. Includes source code.
  21.  
  22.  
  23. AABAS: Affordable Alternative BASIC Library.
  24.  
  25.    This is a good library for people curious about the workings of their
  26.    computer, learning how to use libraries, or interested in writing their own
  27.    assembly language routines for QuickBasic. It is a collection of scores of
  28.    simple BIOS and DOS-related routines written in assembly language. AABAS is
  29.    not as fancy as my other BASIC libraries, but it's quite useful in its own
  30.    right and a great learning tool. Includes source code (MASM 6.0).
  31.  
  32.  
  33. ASMWIZ: The Assembly Wizard's Library.
  34.  
  35.    This is a library of over 175 routines for assembly language. The library
  36.    will work with A86, MASM, OPTASM, and TASM. Only tiny model (.COM format)
  37.    is supported. Routines include text displays (machine-level, BIOS, and
  38.    DOS), graphics (Hercules, CGA, EGA, VGA), number base conversions, long
  39.    integer math, file matching and command-line parsing, pseudo-random number
  40.    generation, countdowns and delays, buffered file support with critical
  41.    error handling, environment scanning, ASCIIZ string functions, keyboard
  42.    support, mouse support, sound generation, control over Break, loading of
  43.    BSAVE-format files, and more. Includes source code (MASM 6.0).
  44.  
  45.  
  46. BASUPD: BASIC Update Library.
  47.  
  48.    This library provides routines for QuickBasic 4.x which mimic new functions
  49.    and commands provided by other Microsoft BASIC compilers, such as PDS 7.x
  50.    and Visual Basic for DOS. These include disk routines and a powerful
  51.    selection of time and date functions. Includes source code (MASM 6.0).
  52.  
  53.  
  54. BASWIZ: The BASIC Wizard's Library.
  55.  
  56.    This is a library for Microsoft BASIC compilers: QuickBasic, PDS, and
  57.    VB/DOS. It contains an equation solver; far string support (even for
  58.    QuickBasic!); powerful file handling, with buffering, critical error
  59.    handling, and sharing support; telecommunications for COM1-COM4; memory
  60.    management and pointers; a powerful virtual windowing system; a high-res
  61.    timer and delay system (accurate to milliseconds); more!
  62.  
  63.    Extensive graphics support is built in. It handles all standard modes: MDA,
  64.    Hercules (no TSR needed), CGA, EGA, VGA, SuperVGA (Tseng 4000 and VESA),
  65.    Epson-compatible dot matrix printers, and HP-compatible laser printers.
  66.    Printer graphics output can be previewed on the display. Special
  67.    non-standard VGA modes are included, providing up to 360x480 graphics in
  68.    256 colors on ordinary VGAs. Fonts, polygons, multi-colored text-- it's all
  69.    in here, and more.
  70.  
  71.    BasWiz math support will handle even the most demanding applications. It
  72.    extends BASIC's own math and provides two other alternatives: fraction math
  73.    and BCD support. With BCD, you can have up to 254 digits! This is no
  74.    minimal four- function BCD package, either. It includes a wide range of
  75.    support, including many trig functions, constants, and conversions. Equally
  76.    good for huge and tiny numbers.
  77.  
  78.    Source code (MASM 6.0 and BASIC) included. Well over a megabyte of sources!
  79.    Great learning tool.
  80.  
  81.  
  82. BCMD: Better Commands for MS-DOS and DR DOS.
  83.  
  84.    BCMD is a set of new and improved DOS commands designed to coexist with
  85.    your existing DOS command processor for total compatibility with your
  86.    existing applications. New utilities include calculators and calendars,
  87.    keyboard enhancers, text file processors, assorted filters, and the ability
  88.    to attach descriptions to files (NDOS and 4DOS compatible), among other
  89.    things. There are many improvements to existing DOS commands as well. For
  90.    example, the BCOPY command allows you to copy many files to many locations,
  91.    with exception specifications:
  92.  
  93.       BCOPY (*.TXT *.DOC) (A: B:) /E README.*
  94.  
  95.    This example copies all .TXT and .DOC files in the current directory,
  96.    except for README files, to both A: and B: drives. You can also specify
  97.    quiet mode, prompting for confirmation, the desired case of filespecs, file
  98.    attributes, "test" mode, and much more. Similar capabilities are included
  99.    in all applicable commands. Help is available for each command by using the
  100.    /? switch, as well as through an online reference.
  101.  
  102.    Source code (MASM 6.0 and Turbo Pascal 6.0) are included. Also requires
  103.    routines from PasWiz and AsmWiz (also included, with full source code).
  104.  
  105.  
  106. BPP: A BASIC PreProcessor.
  107.  
  108.    This utility provides a powerful meta-language for PDS, QuickBasic, Visual
  109.    Basic for DOS, PowerBASIC, and even the QBASIC provided with DOS 5.0. It
  110.    processes your code before the compiler gets to it, allowing conditional
  111.    compilation, underscores within variable names, flexible "include" files
  112.    (which may even contain SUB and FUNCTION definitions), name substitutions,
  113.    and more. C programmers have had preprocessors for years-- now there's one
  114.    for BASIC too!
  115.  
  116.  
  117. EXECOM: EXE-to-COM converter.
  118.  
  119.    Like EXE2BIN, this utility converts .EXE files to .COM files. It's smaller
  120.    and faster, though, as well as offering a few additional conveniences.
  121.  
  122.    Source code (MASM) is included.
  123.  
  124.  
  125. EXETOOL: EXE Tool.
  126.  
  127.    This program examines .EXE files for validity and can tell you whether the
  128.    .EXE was designed for use with Microsoft Windows. If the .EXE file is
  129.    determined to be too long, as it might be if you got it using an older file
  130.    transfer protocol, you are given the option of truncating it to the right
  131.    size.
  132.  
  133.  
  134. IBRARY: Library for the ASIC compiler.
  135.  
  136.    This library is for ASIC 4.0 and later versions. If you haven't seen ASIC,
  137.    it's a shareware BASIC compiler which provides both command-line and
  138.    editor/environment support. It can produce .COM, .EXE, and .OBJ files. For
  139.    more info about ASIC, write its author:
  140.  
  141.       David A. Visti
  142.       80/20 Software
  143.       P.O. Box 2952
  144.       Raleigh, NC 27602-2952
  145.  
  146.    Ibrary contains over 200 routines which add to the ASIC compiler. It
  147.    provides support for the full range of color graphics modes: SCREEN 1, 2,
  148.    7, 8, 9, 11, 12, 13, N0, and N1. The latter two modes are special 256-color
  149.    modes which provide up to 360x480 on standard VGAs! A large set of math
  150.    extensions, equipment detection routines, mouse support, DOS file and
  151.    directory handling, cursor on/off/info, screen save and restore, DOS
  152.    output, string functions, keyboard shift and toggle info, and other
  153.    goodies.
  154.  
  155.    Source code (MASM 6.0) is included.
  156.  
  157.  
  158. KEYCTL: Keyboard Control.
  159.  
  160.    For AT-class machines only (286, 386, 486, etc), this utility allows you to
  161.    speed up your keyboard (or make it less sensitive for kids, etc). You can
  162.    also swap the positions of the CapsLock and Left Ctrl keys, useful for
  163.    civilizing the 101-key "enhanced" keyboard.
  164.  
  165.    Assembly language source code (MASM) is included.
  166.  
  167.  
  168. LIBWIZ: The Library Wizard's *BASIC Library Manager*.
  169.  
  170.    This is a management tool for handling and customizing BASIC libraries. It
  171.    allows ready creation of subsets of existing libraries, automatically
  172.    resolving any interdependencies for you. Tools for updating and extracting
  173.    from libraries are also included.
  174.  
  175.    LibWiz is strongly recommended for my BasWiz and PBClone libraries, due to
  176.    the vast number of routines involved.
  177.  
  178.  
  179. OBJTOO